Developer --> Technical Publications
PATHMac OS 8 Developer Documentation > Networking and Communications > AppleShare >

User Authentication Modules


UAMOpenBlk Structure

The UAMOpenBlk structure is passed as a parameter to UAMCall when UAMCall is called with a command code of UAMOpen .

struct UAMOpenBlk {
    StringPtr       objectName;
    StringPtr       zoneName;
    OTAddress       *srvrAddress;
    SrvrInfoBuffer  *srvrInfo;
};
objectName
On input, the name of the server that is to be opened.
zoneName
On input, the name of the zone in which the server, or nil if there is no zone.
srvrAddress
On input, the Open Transport address of the server.
srvrInfo
On input, information returned by calling GetStatus .

© 1999 Apple Computer, Inc. – (Last Updated 07 May 99)